home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Hyper
/
M-Md
/
MacUser.cpt
/
MacUser MiniFinders
/
background_5323.txt
< prev
next >
Wrap
Text File
|
1990-07-05
|
2KB
|
76 lines
-- background: 5323 from stack: in
-- bmap block id: 4514
-- flags: 0000
-- background id: 0
-- name: shell
-- part 2 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=99 top=8 right=39 bottom=206
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 132
-- text size: 24
-- style flags: 0
-- line height: 32
-- part name: subject 2
-- part 5 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=248 top=5 right=22 bottom=512
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 136
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Instructions
-- part 6 (button)
-- low flags: 00
-- high flags: 2001
-- rect: left=16 top=255 right=285 bottom=46
-- title width / last selected line: 0
-- icon id / first selected line: 7449 / 7449
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Find
----- HyperTalk script -----
on mouseUp
answer " You are already here." with "OK"
end mouseUp
-- part 7 (button)
-- low flags: 00
-- high flags: 2001
-- rect: left=16 top=297 right=327 bottom=46
-- title width / last selected line: 0
-- icon id / first selected line: 27267 / 27267
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Quit
----- HyperTalk script -----
on mouseUp
answer "Do you want to Quit or go Home?" with "Quit" or "Home" or "Cancel"
if it is "Cancel" then exit mouseUp
if it is "Quit" then
DoMenu "Quit Hypercard"
else go home
end mouseUp